home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / games_d / gnuchess.zip / README < prev    next >
Text File  |  1990-06-29  |  912b  |  27 lines

  1. This is version 3.1 of GNU Chess, It is an official release.
  2.  
  3. NEW FEATURES (compared to 3.00)
  4.  
  5.    * This is an ANSI/C version tested with gcc and MSC5.1 to use
  6.      a non ANSI compiler you must use unprotoize first.
  7.  
  8.    * Only capital names on pieces PNBRQK in ECO/Informator move entry
  9.      allowed beacuse of ambiguity with algebraic notation. This really
  10.      requires to be fixed properly.
  11.  
  12.    * All display modes now work on MSDOS. (i.e uxdsp.c nuxdsp.c)
  13.  
  14.    * Some changes to the new persistent(stored on a file) hash table.
  15.      (i.e it is only used in the opening positions)
  16.  
  17.    * Lots of cleanup to adjust unnesseary differences between the
  18.      different *dsp.c files.
  19.  
  20.  
  21. If you use the persistent tranposition table, please report
  22. your experience. Did it effect gnuchess performance?
  23. (For 3.00 it did!, It was a real performance pig, I hope these
  24.  changes have fixed that)
  25.  
  26.  
  27.